/* CSS Document */
@charset "utf-8";

/*index*/
.indexmain{width: 1000px;margin: 0 auto;padding: 10px 0;}
.indexmain .index_pro{
  float: left;
  /*width: 652px;*/
  width:100%;
}
.indexmain .index_news{float:right;margin-left: 20px;width: 320px;}
.indexmain .index_about{
  float:left;
  width:652px;
}

.about_cont .miaoshu{
  float: left;
  width: 252px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:11;
  overflow: hidden;
  line-height:22px;
}
.indexmain .index_title{padding:10px 0;font-weight: normal;font-size: 16px;color: #1f4c8e;border-bottom: 1px solid #1f4c8e;}
.indexmain .index_title>span{background: url(../img/title_bg.png) no-repeat left;padding-left: 10px;}
.indexmain .index_title>a{background: url(../img/more.png) no-repeat right;font-size: 12px;color: #1f4c8e;padding-right: 20px;float: right;}
/*index_news*/
.index_news_main{padding: 20px 0;}
.index_news_main>a>img{padding:3px;border: 1px solid #ccc;float: left;}
.index_news_main>.news_intro{float: left;margin-left: 15px;width: 194px;}
.index_news_main>.news_intro>h3{font-weight: normal;padding: 10px 0;}
.index_news_main>.news_intro>h3>a{color: #1f4c8e;}
.index_news_main>.news_intro>p{color: #757575;}
.index_news_list li {padding: 8px 0;border-bottom: 1px solid #e5e5e5;color: #757575;}
.index_news_list li:hover,.index_news_list li:hover>a{color: #1f4c8e;}
.index_news_list li a{
	color: #757575;background: url(../img/news_icon.png) no-repeat left;padding-left: 12px;
	max-width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	display: inline-block;
	}
.index_news_list li span{font-family: "宋体";float: right;font-size: 12px;}
/*产品图片滚动 */
.fanye .left{ cursor:pointer;float:left; margin-top:75px;background:url(../img/index_pre.png) no-repeat;width: 22px;height: 42px;filter:alpha(opacity=50);opacity:0.5;}
.fanye .right{cursor:pointer; float:right; margin-top:75px;background: url(../img/index_next.png) no-repeat;width: 22px;height: 42px;filter:alpha(opacity=50);opacity:0.5;}
.fanye .left:hover,.fanye .right:hover{filter:alpha(opacity=100);opacity: 1;}
.warp{ width:100%;height: 244px;margin-top: 30px;}
.fanye{ position:relative;}
.content{ position:absolute; z-index:1; left:24px;}
.fanyeul li{ text-align:center;float:left; margin: 0 6px;width:200px;}
.fanyeul li>a{
  width:100%
}
.fanyeul li>a img{
  max-width:100%
}
.fanyeul li .qie a{
display:block;
border: 1px solid #ccc;
width:189px;
height:189px;
}

.fanyeul li .qie img{max-width: 189px; max-height:189px; width:auto;height:auto;}
/*links*/
.links{background: #cfe6f7;line-height: 30px;width: 100%;}
.links h3{
	background: url(../img/link.png);
	width: 151px;float: left;
	color: #fff;font-weight: normal;font-size: 12px;text-align: center;
	}
.links>a{color: #1f4c8e;margin-left: 25px;}
